home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / extras / mibs / SNMP-TARGET-MIB.txt < prev    next >
Text File  |  2005-03-30  |  22KB  |  636 lines

  1. SNMP-TARGET-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     MODULE-IDENTITY,
  5.     OBJECT-TYPE,
  6.     snmpModules,
  7.     Counter32,
  8.     Integer32
  9.  
  10.         FROM SNMPv2-SMI
  11.  
  12.     TEXTUAL-CONVENTION,
  13.     TDomain,
  14.     TAddress,
  15.     TimeInterval,
  16.     RowStatus,
  17.     StorageType,
  18.     TestAndIncr
  19.         FROM SNMPv2-TC
  20.  
  21.     SnmpSecurityModel,
  22.     SnmpMessageProcessingModel,
  23.     SnmpSecurityLevel,
  24.     SnmpAdminString
  25.         FROM SNMP-FRAMEWORK-MIB
  26.  
  27.     MODULE-COMPLIANCE,
  28.     OBJECT-GROUP
  29.         FROM SNMPv2-CONF;
  30.  
  31. snmpTargetMIB MODULE-IDENTITY
  32.     LAST-UPDATED "9808040000Z"
  33.     ORGANIZATION "IETF SNMPv3 Working Group"
  34.     CONTACT-INFO
  35.         "WG-email:   snmpv3@lists.tislabs.com
  36.          Subscribe:  majordomo@lists.tislabs.com
  37.                      In message body:  subscribe snmpv3
  38.  
  39.          Chair:      Russ Mundy
  40.  
  41.                      Trusted Information Systems
  42.          Postal:     3060 Washington Rd
  43.                      Glenwood MD 21738
  44.                      USA
  45.          EMail:      mundy@tislabs.com
  46.          Phone:      +1-301-854-6889
  47.  
  48.          Co-editor:  David B. Levi
  49.                      SNMP Research, Inc.
  50.          Postal:     3001 Kimberlin Heights Road
  51.                      Knoxville, TN 37920-9716
  52.          EMail:      levi@snmp.com
  53.          Phone:      +1 423 573 1434
  54.  
  55.          Co-editor:  Paul Meyer
  56.                      Secure Computing Corporation
  57.          Postal:     2675 Long Lake Road
  58.                      Roseville, MN 55113
  59.          EMail:      paul_meyer@securecomputing.com
  60.          Phone:      +1 651 628 1592
  61.  
  62.          Co-editor:  Bob Stewart
  63.                      Cisco Systems, Inc.
  64.          Postal:     170 West Tasman Drive
  65.                      San Jose, CA 95134-1706
  66.          EMail:      bstewart@cisco.com
  67.          Phone:      +1 603 654 2686"
  68.     DESCRIPTION
  69.         "This MIB module defines MIB objects which provide
  70.          mechanisms to remotely configure the parameters used
  71.          by an SNMP entity for the generation of SNMP messages."
  72.     REVISION    "9808040000Z"
  73.     DESCRIPTION "Clarifications, published as
  74.                  RFC2573."
  75.     REVISION    "9707140000Z"
  76.     DESCRIPTION "The initial revision, published as RFC2273."
  77.     ::= { snmpModules 12 }
  78.  
  79. snmpTargetObjects       OBJECT IDENTIFIER ::= { snmpTargetMIB 1 }
  80. snmpTargetConformance   OBJECT IDENTIFIER ::= { snmpTargetMIB 3 }
  81.  
  82. SnmpTagValue ::= TEXTUAL-CONVENTION
  83.     DISPLAY-HINT "255a"
  84.     STATUS       current
  85.     DESCRIPTION
  86.         "An octet string containing a tag value.
  87.          Tag values are preferably in human-readable form.
  88.  
  89.          To facilitate internationalization, this information
  90.          is represented using the ISO/IEC IS 10646-1 character
  91.          set, encoded as an octet string using the UTF-8
  92.          character encoding scheme described in RFC 2279.
  93.  
  94.          Since additional code points are added by amendments
  95.          to the 10646 standard from time to time,
  96.          implementations must be prepared to encounter any code
  97.          point from 0x00000000 to 0x7fffffff.
  98.  
  99.          The use of control codes should be avoided, and certain
  100.          control codes are not allowed as described below.
  101.  
  102.          For code points not directly supported by user
  103.          interface hardware or software, an alternative means
  104.          of entry and display, such as hexadecimal, may be
  105.          provided.
  106.  
  107.          For information encoded in 7-bit US-ASCII, the UTF-8
  108.          representation is identical to the US-ASCII encoding.
  109.  
  110.          Note that when this TC is used for an object that
  111.          is used or envisioned to be used as an index, then a
  112.          SIZE restriction must be specified so that the number
  113.          of sub-identifiers for any object instance does not
  114.          exceed the limit of 128, as defined by [RFC1905].
  115.  
  116.          An object of this type contains a single tag value
  117.          which is used to select a set of entries in a table.
  118.  
  119.          A tag value is an arbitrary string of octets, but
  120.          may not contain a delimiter character.  Delimiter
  121.          characters are defined to be one of the following:
  122.  
  123.              -  An ASCII space character (0x20).
  124.  
  125.              -  An ASCII TAB character (0x09).
  126.  
  127.              -  An ASCII carriage return (CR) character (0x0D).
  128.  
  129.              -  An ASCII line feed (LF) character (0x0B).
  130.  
  131.          Delimiter characters are used to separate tag values
  132.          in a tag list.  An object of this type may only
  133.          contain a single tag value, and so delimiter
  134.          characters are not allowed in a value of this type.
  135.  
  136.          Some examples of valid tag values are:
  137.  
  138.              - 'acme'
  139.  
  140.              - 'router'
  141.  
  142.              - 'host'
  143.  
  144.          The use of a tag value to select table entries is
  145.          application and MIB specific."
  146.     SYNTAX       OCTET STRING (SIZE (0..255))
  147.  
  148. SnmpTagList ::= TEXTUAL-CONVENTION
  149.     DISPLAY-HINT "255a"
  150.     STATUS       current
  151.     DESCRIPTION
  152.         "An octet string containing a list of tag values.
  153.          Tag values are preferably in human-readable form.
  154.  
  155.          To facilitate internationalization, this information
  156.          is represented using the ISO/IEC IS 10646-1 character
  157.          set, encoded as an octet string using the UTF-8
  158.          character encoding scheme described in RFC 2279.
  159.  
  160.          Since additional code points are added by amendments
  161.          to the 10646 standard from time to time,
  162.          implementations must be prepared to encounter any code
  163.          point from 0x00000000 to 0x7fffffff.
  164.  
  165.          The use of control codes should be avoided, except as
  166.          described below.
  167.  
  168.          For code points not directly supported by user
  169.          interface hardware or software, an alternative means
  170.          of entry and display, such as hexadecimal, may be
  171.          provided.
  172.  
  173.          For information encoded in 7-bit US-ASCII, the UTF-8
  174.          representation is identical to the US-ASCII encoding.
  175.  
  176.          An object of this type contains a list of tag values
  177.          which are used to select a set of entries in a table.
  178.  
  179.          A tag value is an arbitrary string of octets, but
  180.          may not contain a delimiter character.  Delimiter
  181.          characters are defined to be one of the following:
  182.  
  183.              -  An ASCII space character (0x20).
  184.  
  185.              -  An ASCII TAB character (0x09).
  186.  
  187.              -  An ASCII carriage return (CR) character (0x0D).
  188.  
  189.              -  An ASCII line feed (LF) character (0x0B).
  190.  
  191.          Delimiter characters are used to separate tag values
  192.          in a tag list.  Only a single delimiter character may
  193.          occur between two tag values.  A tag value may not
  194.          have a zero length.  These constraints imply certain
  195.          restrictions on the contents of this object:
  196.  
  197.              - There cannot be a leading or trailing delimiter
  198.                character.
  199.  
  200.              - There cannot be multiple adjacent delimiter
  201.                characters.
  202.  
  203.          Some examples of valid tag lists are:
  204.  
  205.              - An empty string
  206.  
  207.              - 'acme router'
  208.  
  209.              - 'host managerStation'
  210.  
  211.          Note that although a tag value may not have a length of
  212.          zero, an empty string is still valid.  This indicates
  213.          an empty list (i.e. there are no tag values in the list).
  214.  
  215.          The use of the tag list to select table entries is
  216.          application and MIB specific.  Typically, an application
  217.          will provide one or more tag values, and any entry
  218.          which contains some combination of these tag values
  219.          will be selected."
  220.     SYNTAX       OCTET STRING (SIZE (0..255))
  221.  
  222. --
  223. --
  224. -- The snmpTargetObjects group
  225. --
  226. --
  227.  
  228. snmpTargetSpinLock OBJECT-TYPE
  229.     SYNTAX      TestAndIncr
  230.     MAX-ACCESS  read-write
  231.     STATUS      current
  232.     DESCRIPTION
  233.         "This object is used to facilitate modification of table
  234.          entries in the SNMP-TARGET-MIB module by multiple
  235.  
  236.          managers.  In particular, it is useful when modifying
  237.          the value of the snmpTargetAddrTagList object.
  238.  
  239.          The procedure for modifying the snmpTargetAddrTagList
  240.          object is as follows:
  241.  
  242.              1.  Retrieve the value of snmpTargetSpinLock and
  243.                  of snmpTargetAddrTagList.
  244.  
  245.              2.  Generate a new value for snmpTargetAddrTagList.
  246.  
  247.              3.  Set the value of snmpTargetSpinLock to the
  248.                  retrieved value, and the value of
  249.                  snmpTargetAddrTagList to the new value.  If
  250.                  the set fails for the snmpTargetSpinLock
  251.                  object, go back to step 1."
  252.     ::= { snmpTargetObjects 1 }
  253.  
  254. snmpTargetAddrTable OBJECT-TYPE
  255.     SYNTAX      SEQUENCE OF SnmpTargetAddrEntry
  256.     MAX-ACCESS  not-accessible
  257.     STATUS      current
  258.     DESCRIPTION
  259.         "A table of transport addresses to be used in the generation
  260.          of SNMP messages."
  261.     ::= { snmpTargetObjects 2 }
  262.  
  263. snmpTargetAddrEntry OBJECT-TYPE
  264.     SYNTAX      SnmpTargetAddrEntry
  265.     MAX-ACCESS  not-accessible
  266.     STATUS      current
  267.     DESCRIPTION
  268.         "A transport address to be used in the generation
  269.          of SNMP operations.
  270.  
  271.          Entries in the snmpTargetAddrTable are created and
  272.          deleted using the snmpTargetAddrRowStatus object."
  273.     INDEX { IMPLIED snmpTargetAddrName }
  274.     ::= { snmpTargetAddrTable 1 }
  275.  
  276. SnmpTargetAddrEntry ::= SEQUENCE {
  277.     snmpTargetAddrName         SnmpAdminString,
  278.     snmpTargetAddrTDomain      TDomain,
  279.     snmpTargetAddrTAddress     TAddress,
  280.     snmpTargetAddrTimeout      TimeInterval,
  281.     snmpTargetAddrRetryCount   Integer32,
  282.     snmpTargetAddrTagList      SnmpTagList,
  283.     snmpTargetAddrParams       SnmpAdminString,
  284.     snmpTargetAddrStorageType  StorageType,
  285.     snmpTargetAddrRowStatus    RowStatus
  286. }
  287.  
  288. snmpTargetAddrName OBJECT-TYPE
  289.     SYNTAX      SnmpAdminString (SIZE(1..32))
  290.     MAX-ACCESS  not-accessible
  291.     STATUS      current
  292.     DESCRIPTION
  293.         "The locally arbitrary, but unique identifier associated
  294.          with this snmpTargetAddrEntry."
  295.     ::= { snmpTargetAddrEntry 1 }
  296.  
  297. snmpTargetAddrTDomain OBJECT-TYPE
  298.     SYNTAX      TDomain
  299.     MAX-ACCESS  read-create
  300.     STATUS      current
  301.     DESCRIPTION
  302.         "This object indicates the transport type of the address
  303.          contained in the snmpTargetAddrTAddress object."
  304.     ::= { snmpTargetAddrEntry 2 }
  305.  
  306. snmpTargetAddrTAddress OBJECT-TYPE
  307.     SYNTAX      TAddress
  308.     MAX-ACCESS  read-create
  309.     STATUS      current
  310.     DESCRIPTION
  311.         "This object contains a transport address.  The format of
  312.          this address depends on the value of the
  313.          snmpTargetAddrTDomain object."
  314.     ::= { snmpTargetAddrEntry 3 }
  315.  
  316. snmpTargetAddrTimeout OBJECT-TYPE
  317.     SYNTAX      TimeInterval
  318.     MAX-ACCESS  read-create
  319.     STATUS      current
  320.     DESCRIPTION
  321.         "This object should reflect the expected maximum round
  322.          trip time for communicating with the transport address
  323.          defined by this row.  When a message is sent to this
  324.          address, and a response (if one is expected) is not
  325.          received within this time period, an implementation
  326.          may assume that the response will not be delivered.
  327.  
  328.          Note that the time interval that an application waits
  329.          for a response may actually be derived from the value
  330.          of this object.  The method for deriving the actual time
  331.          interval is implementation dependent.  One such method
  332.  
  333.          is to derive the expected round trip time based on a
  334.          particular retransmission algorithm and on the number
  335.          of timeouts which have occurred.  The type of message may
  336.          also be considered when deriving expected round trip
  337.          times for retransmissions.  For example, if a message is
  338.          being sent with a securityLevel that indicates both
  339.          authentication and privacy, the derived value may be
  340.          increased to compensate for extra processing time spent
  341.          during authentication and encryption processing."
  342.     DEFVAL { 1500 }
  343.     ::= { snmpTargetAddrEntry 4 }
  344.  
  345. snmpTargetAddrRetryCount OBJECT-TYPE
  346.     SYNTAX      Integer32 (0..255)
  347.     MAX-ACCESS  read-create
  348.     STATUS      current
  349.     DESCRIPTION
  350.         "This object specifies a default number of retries to be
  351.          attempted when a response is not received for a generated
  352.          message.  An application may provide its own retry count,
  353.          in which case the value of this object is ignored."
  354.     DEFVAL { 3 }
  355.     ::= { snmpTargetAddrEntry 5 }
  356.  
  357. snmpTargetAddrTagList OBJECT-TYPE
  358.     SYNTAX      SnmpTagList
  359.     MAX-ACCESS  read-create
  360.     STATUS      current
  361.     DESCRIPTION
  362.         "This object contains a list of tag values which are
  363.          used to select target addresses for a particular
  364.          operation."
  365.     DEFVAL { "" }
  366.     ::= { snmpTargetAddrEntry 6 }
  367.  
  368. snmpTargetAddrParams OBJECT-TYPE
  369.     SYNTAX      SnmpAdminString (SIZE(1..32))
  370.     MAX-ACCESS  read-create
  371.     STATUS      current
  372.     DESCRIPTION
  373.         "The value of this object identifies an entry in the
  374.          snmpTargetParamsTable.  The identified entry
  375.          contains SNMP parameters to be used when generating
  376.          messages to be sent to this transport address."
  377.     ::= { snmpTargetAddrEntry 7 }
  378.  
  379. snmpTargetAddrStorageType OBJECT-TYPE
  380.     SYNTAX      StorageType
  381.     MAX-ACCESS  read-create
  382.     STATUS      current
  383.     DESCRIPTION
  384.         "The storage type for this conceptual row."
  385.     DEFVAL { nonVolatile }
  386.     ::= { snmpTargetAddrEntry 8 }
  387.  
  388. snmpTargetAddrRowStatus OBJECT-TYPE
  389.     SYNTAX      RowStatus
  390.     MAX-ACCESS  read-create
  391.     STATUS      current
  392.     DESCRIPTION
  393.         "The status of this conceptual row.
  394.  
  395.          To create a row in this table, a manager must
  396.          set this object to either createAndGo(4) or
  397.          createAndWait(5).
  398.  
  399.          Until instances of all corresponding columns are
  400.          appropriately configured, the value of the
  401.          corresponding instance of the snmpTargetAddrRowStatus
  402.          column is 'notReady'.
  403.  
  404.          In particular, a newly created row cannot be made
  405.          active until the corresponding instances of
  406.          snmpTargetAddrTDomain, snmpTargetAddrTAddress, and
  407.          snmpTargetAddrParams have all been set.
  408.  
  409.          The following objects may not be modified while the
  410.          value of this object is active(1):
  411.              - snmpTargetAddrTDomain
  412.              - snmpTargetAddrTAddress
  413.          An attempt to set these objects while the value of
  414.          snmpTargetAddrRowStatus is active(1) will result in
  415.          an inconsistentValue error."
  416.     ::= { snmpTargetAddrEntry 9 }
  417.  
  418. snmpTargetParamsTable OBJECT-TYPE
  419.     SYNTAX      SEQUENCE OF SnmpTargetParamsEntry
  420.     MAX-ACCESS  not-accessible
  421.     STATUS      current
  422.     DESCRIPTION
  423.         "A table of SNMP target information to be used
  424.          in the generation of SNMP messages."
  425.     ::= { snmpTargetObjects 3 }
  426.  
  427. snmpTargetParamsEntry OBJECT-TYPE
  428.     SYNTAX      SnmpTargetParamsEntry
  429.     MAX-ACCESS  not-accessible
  430.     STATUS      current
  431.     DESCRIPTION
  432.         "A set of SNMP target information.
  433.  
  434.          Entries in the snmpTargetParamsTable are created and
  435.          deleted using the snmpTargetParamsRowStatus object."
  436.     INDEX { IMPLIED snmpTargetParamsName }
  437.     ::= { snmpTargetParamsTable 1 }
  438.  
  439. SnmpTargetParamsEntry ::= SEQUENCE {
  440.     snmpTargetParamsName           SnmpAdminString,
  441.     snmpTargetParamsMPModel        SnmpMessageProcessingModel,
  442.     snmpTargetParamsSecurityModel  SnmpSecurityModel,
  443.     snmpTargetParamsSecurityName   SnmpAdminString,
  444.     snmpTargetParamsSecurityLevel  SnmpSecurityLevel,
  445.     snmpTargetParamsStorageType    StorageType,
  446.     snmpTargetParamsRowStatus      RowStatus
  447. }
  448.  
  449. snmpTargetParamsName OBJECT-TYPE
  450.     SYNTAX      SnmpAdminString (SIZE(1..32))
  451.     MAX-ACCESS  not-accessible
  452.     STATUS      current
  453.     DESCRIPTION
  454.         "The locally arbitrary, but unique identifier associated
  455.          with this snmpTargetParamsEntry."
  456.     ::= { snmpTargetParamsEntry 1 }
  457.  
  458. snmpTargetParamsMPModel OBJECT-TYPE
  459.     SYNTAX      SnmpMessageProcessingModel
  460.     MAX-ACCESS  read-create
  461.     STATUS      current
  462.     DESCRIPTION
  463.         "The Message Processing Model to be used when generating
  464.          SNMP messages using this entry."
  465.     ::= { snmpTargetParamsEntry 2 }
  466.  
  467. snmpTargetParamsSecurityModel OBJECT-TYPE
  468.     SYNTAX      SnmpSecurityModel (1..2147483647)
  469.     MAX-ACCESS  read-create
  470.     STATUS      current
  471.     DESCRIPTION
  472.         "The Security Model to be used when generating SNMP
  473.           messages using this entry.  An implementation may
  474.           choose to return an inconsistentValue error if an
  475.           attempt is made to set this variable to a value
  476.           for a security model which the implementation does
  477.  
  478.           not support."
  479.     ::= { snmpTargetParamsEntry 3 }
  480.  
  481. snmpTargetParamsSecurityName OBJECT-TYPE
  482.     SYNTAX      SnmpAdminString
  483.     MAX-ACCESS  read-create
  484.     STATUS      current
  485.     DESCRIPTION
  486.         "The securityName which identifies the Principal on
  487.          whose behalf SNMP messages will be generated using
  488.          this entry."
  489.     ::= { snmpTargetParamsEntry 4 }
  490.  
  491. snmpTargetParamsSecurityLevel OBJECT-TYPE
  492.     SYNTAX      SnmpSecurityLevel
  493.     MAX-ACCESS  read-create
  494.     STATUS      current
  495.     DESCRIPTION
  496.         "The Level of Security to be used when generating
  497.          SNMP messages using this entry."
  498.     ::= { snmpTargetParamsEntry 5 }
  499.  
  500. snmpTargetParamsStorageType OBJECT-TYPE
  501.     SYNTAX      StorageType
  502.     MAX-ACCESS  read-create
  503.     STATUS      current
  504.     DESCRIPTION
  505.         "The storage type for this conceptual row."
  506.     DEFVAL { nonVolatile }
  507.     ::= { snmpTargetParamsEntry 6 }
  508.  
  509. snmpTargetParamsRowStatus OBJECT-TYPE
  510.     SYNTAX      RowStatus
  511.     MAX-ACCESS  read-create
  512.     STATUS      current
  513.     DESCRIPTION
  514.         "The status of this conceptual row.
  515.  
  516.          To create a row in this table, a manager must
  517.          set this object to either createAndGo(4) or
  518.          createAndWait(5).
  519.  
  520.          Until instances of all corresponding columns are
  521.          appropriately configured, the value of the
  522.          corresponding instance of the snmpTargetParamsRowStatus
  523.          column is 'notReady'.
  524.  
  525.          In particular, a newly created row cannot be made
  526.  
  527.          active until the corresponding
  528.          snmpTargetParamsMPModel,
  529.          snmpTargetParamsSecurityModel,
  530.          snmpTargetParamsSecurityName,
  531.          and snmpTargetParamsSecurityLevel have all been set.
  532.          The following objects may not be modified while the
  533.          value of this object is active(1):
  534.              - snmpTargetParamsMPModel
  535.              - snmpTargetParamsSecurityModel
  536.              - snmpTargetParamsSecurityName
  537.              - snmpTargetParamsSecurityLevel
  538.          An attempt to set these objects while the value of
  539.          snmpTargetParamsRowStatus is active(1) will result in
  540.          an inconsistentValue error."
  541.     ::= { snmpTargetParamsEntry 7 }
  542.  
  543. snmpUnavailableContexts OBJECT-TYPE
  544.     SYNTAX       Counter32
  545.     MAX-ACCESS   read-only
  546.     STATUS       current
  547.     DESCRIPTION
  548.         "The total number of packets received by the SNMP
  549.          engine which were dropped because the context
  550.          contained in the message was unavailable."
  551.     ::= { snmpTargetObjects 4 }
  552.  
  553. snmpUnknownContexts OBJECT-TYPE
  554.     SYNTAX       Counter32
  555.     MAX-ACCESS   read-only
  556.     STATUS       current
  557.     DESCRIPTION
  558.         "The total number of packets received by the SNMP
  559.          engine which were dropped because the context
  560.          contained in the message was unknown."
  561.     ::= { snmpTargetObjects 5 }
  562.  
  563. --
  564. --
  565. -- Conformance information
  566. --
  567. --
  568.  
  569. snmpTargetCompliances OBJECT IDENTIFIER ::=
  570.                                         { snmpTargetConformance 1 }
  571. snmpTargetGroups      OBJECT IDENTIFIER ::=
  572.                                         { snmpTargetConformance 2 }
  573.  
  574. --
  575.  
  576. --
  577. -- Compliance statements
  578. --
  579. --
  580. snmpTargetCommandResponderCompliance MODULE-COMPLIANCE
  581.     STATUS      current
  582.     DESCRIPTION
  583.         "The compliance statement for SNMP entities which include
  584.          a command responder application."
  585.     MODULE -- This Module
  586.         MANDATORY-GROUPS { snmpTargetCommandResponderGroup }
  587.     ::= { snmpTargetCompliances 1 }
  588.  
  589. snmpTargetBasicGroup OBJECT-GROUP
  590.     OBJECTS {
  591.         snmpTargetSpinLock,
  592.         snmpTargetAddrTDomain,
  593.         snmpTargetAddrTAddress,
  594.         snmpTargetAddrTagList,
  595.         snmpTargetAddrParams,
  596.         snmpTargetAddrStorageType,
  597.         snmpTargetAddrRowStatus,
  598.         snmpTargetParamsMPModel,
  599.         snmpTargetParamsSecurityModel,
  600.         snmpTargetParamsSecurityName,
  601.         snmpTargetParamsSecurityLevel,
  602.         snmpTargetParamsStorageType,
  603.         snmpTargetParamsRowStatus
  604.     }
  605.     STATUS      current
  606.     DESCRIPTION
  607.         "A collection of objects providing basic remote
  608.          configuration of management targets."
  609.     ::= { snmpTargetGroups 1 }
  610.  
  611. snmpTargetResponseGroup OBJECT-GROUP
  612.     OBJECTS {
  613.         snmpTargetAddrTimeout,
  614.         snmpTargetAddrRetryCount
  615.     }
  616.     STATUS      current
  617.     DESCRIPTION
  618.         "A collection of objects providing remote configuration
  619.          of management targets for applications which generate
  620.          SNMP messages for which a response message would be
  621.          expected."
  622.     ::= { snmpTargetGroups 2 }
  623.  
  624. snmpTargetCommandResponderGroup OBJECT-GROUP
  625.     OBJECTS {
  626.         snmpUnavailableContexts,
  627.         snmpUnknownContexts
  628.     }
  629.     STATUS      current
  630.     DESCRIPTION
  631.         "A collection of objects required for command responder
  632.          applications, used for counting error conditions."
  633.     ::= { snmpTargetGroups 3 }
  634.  
  635. END
  636.